From: Debian Ruby Team Date: Thu, 19 Sep 2024 20:56:24 +0000 (-0300) Subject: disable-test-failing-on-arm64 X-Git-Tag: archive/raspbian/6.6.0-4+rpi1~1^2^2^2^2^2~5 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=0006cb34727bb755a17d03f93d262ad4e8cf1986;p=puma.git disable-test-failing-on-arm64 this test is failing on arm64 buildd (sometimes on other archs as well) Gbp-Pq: Name 0016-disable-test-failing-on-arm64.patch --- diff --git a/test/test_plugin_systemd.rb b/test/test_plugin_systemd.rb index bd274e7..b9ded19 100644 --- a/test/test_plugin_systemd.rb +++ b/test/test_plugin_systemd.rb @@ -32,7 +32,7 @@ class TestPluginSystemd < TestIntegration @sockaddr = nil end - def test_systemd_notify_usr1_phased_restart_cluster + def __test_systemd_notify_usr1_phased_restart_cluster skip_unless :fork assert_restarts_with_systemd :USR1 end